home *** CD-ROM | disk | FTP | other *** search
/ Skunkware 5 / Skunkware 5.iso / src / X11 / Fresco / build / Unix / config / cf / macII.cf < prev    next >
Text File  |  1995-07-12  |  1KB  |  46 lines

  1. XCOMM platform:  $XConsortium: macII.cf,v 1.47 94/07/05 11:09:07 kaleb Exp $
  2.  
  3. #define OSName            A/UX 3.0.1
  4. #define OSMajorVersion    3
  5. #define OSMinorVersion    0
  6. #define OSTeenyVersion    1
  7. XCOMM operating system:  OSName
  8.  
  9. #if HasGcc
  10. #define BootstrapCFlags   -DmacII
  11. #endif
  12. #define SystemV             YES
  13. #define HasPoll            NO
  14. #define NeedBerklib         YES
  15. #define ExtraLibraries      $(XBSDLIB) -lposix -lm -lmr
  16. #define Malloc0ReturnsNull  YES
  17. #define StandardDefines     -DmacII -DSYSV
  18. #define ExecableScripts     NO
  19. #define RemoveTargetProgramByMoving YES
  20. #define ExpandManNames      YES
  21. #define PexShmIPC           NO
  22. #define XmacIIServer        YES
  23. #define XawI18nDefines      -DUSE_XWCHAR_STRING -DUSE_XMBTOWC
  24. #if MacHasc89
  25. #define CcCmd c89 -D_POSIX_SOURCE
  26. #else
  27. #define HasVoidSignalReturn NO
  28. #endif
  29. #if OSMajorVersion <= 2
  30. #define ServerExtraDefines  -DSUPPORT_2_0
  31. #endif
  32. #define InstKmemFlags        -g sys -m 2755
  33. #define ExtensionOSDefines  -DXTESTEXT1
  34.  
  35. #if !HasGcc
  36. #define DefaultCCOptions -A 3
  37. #define PexCCOptions -A 4
  38. #endif
  39.  
  40. /*
  41.  * If you wish to override the man page directories, do so here using just
  42.  * one tab between the parameter name (e.g. ManDirectoryRoot) and the
  43.  * value so that cpp doesn't get confused.
  44.  */
  45. #define ManDirectoryRoot    /usr/catman/u_man
  46.